The following tables list the members exposed by TreeModel.DataCollection<NodeType,NodeKey>.
Public Constructors
Public Properties
| Name | Description |
 | Model |
Gets or sets the model that owns all of the nodes in this collection.
|
 | Nodes | Gets or sets the collection of node data, each of type . |
Top
Public Methods
| Name | Description |
 | AddNode |
Add a node data to this collection.
|
 | ContainsNode | This predicate is true if the given node data is in the collection of Nodes. |
 | RemoveNode |
Remove a node data from this collection.
|
Top
See Also